set exit status on valgrind failures in vtesto to allow automated test to detect...
authortsteven4 <tsteven4@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 24 Mar 2013 13:13:44 +0000 (13:13 +0000)
committertsteven4 <tsteven4@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 24 Mar 2013 13:13:44 +0000 (13:13 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4362 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/vtesto

index 81d639948318d6f5ecc05d6fca7c36fa5b2b1a27..ad35d91d38f2b08d3d63df49f0d8621efa341027 100755 (executable)
@@ -7,4 +7,4 @@
 #
 
 BASEPATH=`dirname $0`
-PNAME="valgrind -q ./gpsbabel" ${BASEPATH}/testo $*
+PNAME="valgrind --error-exitcode=1 -q ./gpsbabel" ${BASEPATH}/testo $*